com.supermap.ar.areffect.gltfModel

Class PbrMetallicRoughness

  • java.lang.Object
    • com.supermap.ar.areffect.gltfModel.PbrMetallicRoughness


  • public class PbrMetallicRoughness
    extends java.lang.Object
    PBR parameter
    • Constructor Detail

      • PbrMetallicRoughness

        public PbrMetallicRoughness()
    • Method Detail

      • setBaseColorFactor

        public void setBaseColorFactor(java.lang.Float[] baseColorFactor)
        Sets basic color parameters
        Parameters:
        baseColorFactor -
      • getBaseColorFactor

        public java.lang.Float[] getBaseColorFactor()
        Gets basic color parameters
        Returns:
      • setMetallicFactor

        public void setMetallicFactor(java.lang.Float metallicFactor)
        Sets the metallicity parameter
        Parameters:
        metallicFactor -
      • getMetallicFactor

        public java.lang.Float getMetallicFactor()
        Gets the metallicity parameter
        Returns:
      • setRoughnessFactor

        public void setRoughnessFactor(java.lang.Float roughnessFactor)
        Sets the roughness parameter
        Parameters:
        roughnessFactor -
      • getRoughnessFactor

        public java.lang.Float getRoughnessFactor()
        Gets the roughness parameter
        Returns:
      • setBaseColorTexture

        public void setBaseColorTexture(BaseColorTexture baseColorTexture)
        Sets the basic texture parameter
        Parameters:
        baseColorTexture -
      • getBaseColorTexture

        public BaseColorTexture getBaseColorTexture()
        Gets the basic texture parameter
        Returns: